*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 5 Apr 2004 21:40:02 +0000 (21:40 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 5 Apr 2004 21:40:02 +0000 (21:40 +0000)
lisp/ChangeLog
src/ChangeLog

index 21680c980feb6dbce4985a14488552134aceb90a..f1e7793954fcfc37e19add2ed4e27edb61e91666 100644 (file)
@@ -1,7 +1,15 @@
+2004-04-06  Kim F. Storm  <storm@cua.dk>
+
+       * term.el (term-is-xemacs): Remove.
+       (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
+       (term-window-width): New function.
+       (term-mode, term-check-size): Use it.
+       (term-mode): Disable overflow-newline-into-fringe in term buffer.
+
 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
 
        * cus-edit.el (custom-add-parent-links): Changed unbound variable
-       `symbol' to `name'. 
+       `symbol' to `name'.
 
 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
 
index ea5f93692d191e7e8cdabde06ee584f479014736..2e8d731256dc9fcc379bb4ac00658b8353c355b2 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-06  Kim F. Storm  <storm@cua.dk>
+
+       * indent.c (vmotion): Do not reserve one column for continuation
+       marks on window frames.
+
 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
 
        * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings